home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / glib-2.0 / schemas / org.gnucash.window.pages.account.tree.gschema.xml < prev    next >
Extensible Markup Language  |  2014-12-19  |  4KB  |  55 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <schemalist gettext-domain="gnucash">
  3.   <schema path="/org/gnucash/window/pages/account-tree/summary/" id="org.gnucash.window.pages.account-tree.summary">
  4.     <key type="b" name="grand-total">
  5.       <default>true</default>
  6.       <summary>Show a grand total of all accounts converted to the default report currency</summary>
  7.       <description>Show a grand total of all accounts converted to the default report currency</description>
  8.     </key>
  9.     <key type="b" name="non-currency">
  10.       <default>true</default>
  11.       <summary>Show non currency commodities</summary>
  12.       <description>If active, non currency commodities (stocks) will be shown. Otherwise they will be hidden.</description>
  13.     </key>
  14.     <key type="b" name="start-choice-relative">
  15.       <default>true</default>
  16.       <summary>Use relative profit/loss starting date</summary>
  17.       <description>This setting controls the type of starting date used in profit/loss calculations. If set to "absolute" then GnuCash will retrieve the starting date specified by the start-date key. If set to anything else, GnuCash will retrieve the starting date specified by the start-period key.</description>
  18.     </key>
  19.     <key type="b" name="start-choice-absolute">
  20.       <default>false</default>
  21.       <summary>Use absolute profit/loss starting date</summary>
  22.       <description>This setting controls the type of starting date used in profit/loss calculations. If set to "absolute" then GnuCash will retrieve the starting date specified by the start-date key. If set to anything else, GnuCash will retrieve the starting date specified by the start-period key.</description>
  23.     </key>
  24.     <key type="x" name="start-date">
  25.       <default>0</default>
  26.       <summary>Starting date (in seconds from Jan 1, 1970)</summary>
  27.       <description>This setting controls the starting date set in profit/loss calculations if the start-choice setting is set to "absolute". This field should contain a date as represented in seconds from January 1st, 1970.</description>
  28.     </key>
  29.     <key type="i" name="start-period">
  30.       <default>5</default>
  31.       <summary>Starting time period identifier</summary>
  32.       <description>This setting controls the starting date set in profit/loss calculations if the start-choice setting is set to anything other than "absolute". This field should contain a value between 0 and 8.</description>
  33.     </key>
  34.     <key type="b" name="end-choice-relative">
  35.       <default>true</default>
  36.       <summary>Use relative profit/loss ending date</summary>
  37.       <description>This setting controls the type of ending date used in profit/loss calculations. If set to "absolute" then GnuCash will retrieve the ending date specified by the end-date key. If set to anything else, GnuCash will retrieve the ending date specified by the end-period key.</description>
  38.     </key>
  39.     <key type="b" name="end-choice-absolute">
  40.       <default>false</default>
  41.       <summary>Use absolute profit/loss ending date</summary>
  42.       <description>This setting controls the type of ending date used in profit/loss calculations. If set to "absolute" then GnuCash will retrieve the ending date specified by the end-date key. If set to anything else, GnuCash will retrieve the ending date specified by the end-period key.</description>
  43.     </key>
  44.     <key type="x" name="end-date">
  45.       <default>0</default>
  46.       <summary>Ending date (in seconds from Jan 1, 1970)</summary>
  47.       <description>This setting controls the ending date set in profit/loss calculations if the end-choice setting is set to "absolute". This field should contain a date as represented in seconds from January 1st, 1970.</description>
  48.     </key>
  49.     <key type="i" name="end-period">
  50.       <default>5</default>
  51.       <summary>Ending time period identifier</summary>
  52.       <description>This setting controls the ending date set in profit/loss calculations if the end-choice setting is set to anything other than "absolute". This field should contain a value between 0 and 8.</description>
  53.     </key>
  54.   </schema>
  55. </schemalist>